.header-layout6 .container {
    max-width: 100%;
  padding-left: 2%;
  padding-right: 2%;
}
.breadcumb-wrapper {
  background-color: #762d2d;
  padding: 100px 0 90px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.breadcumb-wrapper:before {
  background: linear-gradient(0deg, rgba(3, 6, 14, 0.8), rgb(118 45 45));
  opacity: 0.9;
}
.breadcumb-wrapper {
    background: url(/User/assets/Media/caligraphy.webp);
}
.sh-cart-icon {
  transform: translateX(0px) !important;
}
.start-learning-btn {
  background-color: #762d2d;
  color: #fff;
  border: none;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.start-learning-btn:hover {
  background-color: #5e1f1f;
  transform: translateY(-2px);
}
.footer-logo img {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px #424242;
}

.jz-en-title {
  margin-bottom: 5vh;
}

.jz-en-card {
  margin: auto;
  max-width: 950px;
  width: 90%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19);
  border-radius: 1rem;
  border: transparent;
  margin-top: 50px;
}
.jz-en-cart {
  background-color: #fff;
  padding: 4vh 5vh;
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
}

.jz-en-summary {
  background-color: #f3f3f3;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 4vh;
  color: #333;
}

.jz-en-main {
  margin: 0;
  padding: 2vh 0;
  width: 100%;
}

.col-2,
.col {
  padding: 0 1vh;
}

img {
  width: 3.5rem;
}

a {
  padding: 0 1vh;
  color: black;
}

a:hover {
  text-decoration: none;
}

.jz-en-close {
  margin-left: 65%;
  font-size: 0.7rem;
  color: red;
  font-weight: bold;
}

.jz-en-back-to-shop {
  margin-top: 4.5rem;
}

hr {
  margin-top: 1.25rem;
}

form {
  padding: 2vh 0;
}

#jz-en-code {
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 1vh;
  margin-bottom: 4vh;
  outline: none;
  width: 100%;
  background-color: rgb(247, 247, 247);
  background-image: linear-gradient(
      to left,
      rgba(255, 255, 255, 0.253),
      rgba(255, 255, 255, 0.185)
    ),
    url("./assets/Media/long-arrow-right.webp");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

.jz-en-btn {
  background-color: #000;
  color: white;
  width: 100%;
  font-size: 0.7rem;
  margin-top: 4vh;
  padding: 1vh;
  border: none;
  border-radius: 0;
}

.jz-en-btn:focus {
  outline: none;
  box-shadow: none;
}

.jz-en-btn:hover {
  color: white;
}
.main-menu ul li:has(.sub-menu) > a.dropdown:after {
  transform: rotate(270deg);
}
a.dropdown.mob {
  font-size: 12px;
}
a.dropdown.mob::after {
  display: none !important;
}
.th-mobile-menu ul .th-item-has-children > a.dropdown .th-mean-expand {
  top: 60%;
  font-size: 8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
li.courses-mob-dropdowns ul li a {
  font-size: 12px;
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  header.th-header.header-layout6 .container {
      max-width: 100%;
    padding: 0 1% !important;
  }
  .header-layout6 .main-menu > ul > li {
    margin: 0 5px !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .header-layout6 .main-menu > ul > li > a {
        padding: 0px 0;
        font-size: 14px;
    }
    .header-layout6 .main-menu > ul > li {
        margin: 0 5px;
    }
    header .menu-area> .container> .row> div:nth-child(1) {
        width: 45.5%;
    }
    header .menu-area> .container> .row> div:nth-child(2) {
        width: 24.5%;
        display: flex;
    }
    .header-logo.logo-shape1.justify-content-center a img {
        width: 115px !important;
    }
    header .menu-area> .container> .row> div:nth-child(3) {
        width: 30%;
    }
}
@media screen and (max-width:991px) and (min-width:768px){
     .header-layout6 .th-menu-toggle {
          margin: 0px;
          height: 48px;
          width: 48px;
      }
      .header-logo.logo-shape1.justify-content-center a img {
        width: 115px !important;
    }

}
@media (min-width: 849px) {
  .header-main-row {
    align-items: baseline !important;
    max-height: 60px;
    padding-top: 6px;
  }
}
@media (max-width: 767px) {
  .header-logo.logo-shape1.justify-content-center a img {
        width: 115px !important;
   }
   .header-logo.logo-shape1 a {
        margin-top: 0px;
        margin-bottom: 10px;
   }
  .header-layout6 .container {
      max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  img.footer-logo {
    margin-top: -20% !important;
  }
  .sjz-start-learning {
    display: none !important;
  }
  .jz-en-cart {
    padding: 4vh;
    border-bottom-left-radius: unset;
    border-top-right-radius: 1rem;
  }
  .jz-en-card {
    margin: 3vh auto;
  }
  .jz-en-summary {
    border-top-right-radius: unset;
    border-bottom-left-radius: 1rem;
  }
  .jz-en-close {
    margin-left: 20px !important;
  }
}
